/* 
================================
Skin styles for DotNetNuke
================================
*/   

.page
{
	width:90%;
	margin:1%;
}
.header .logo
{
	margin-left:18%;
}
.header .banner
{
	font-size:xx-large;
	color:Orange;
	font-weight:bold;
	float:right;
	width:70%;
	padding-top:30px;
}
.nav
{	
    width: 10%;
    float: left;
}
.navnode
{
	font-size:1.1em;
	padding-bottom:3px;
}
.navnode_hover
{
	text-decoration:underline;
}
.nav img
{
	display:none;
}
.contentbox
{
	text-align:left;
    float: right;
    width: 80%;
    padding-top:5px;
}
.content
{
    padding-right:30%;
}
.content .title
{
	color:#003366;
	font-size:large;
}
.normal
{
	text-indent:none;
}
.footer
{
	text-align:center;
}
.footer .skinObject
{
	color:Black;
	font-weight:bold;
}
.footer a.skinObject { text-decoration:underline; }